Tel No. (+91) 7015535114

For Binary trees

Level 1


Question 1

level order traversal

Try YourSelf

View Solution

Video Solution

Question 2

Reverse Level Order traversal

Try YourSelf

View Solution

Video Solution

Question 3

Height of a tree

Try YourSelf

View Solution

Video Solution

Question 4

Diameter of a tree

Try YourSelf

View Solution

Video Solution

Level 2


Question 1

Mirror of a tree

Try YourSelf

View Solution

Video Solution

Question 2

Inorder Traversal of a tree both using recursion and Iteration

Try YourSelf

View Solution

Video Solution

Question 3

Preorder Traversal of a tree both using recursion and Iteration

Try YourSelf

View Solution

Video Solution

Question 4

Postorder Traversal of a tree both using recursion and Iteration

Try YourSelf

View Solution

Video Solution

Level 3


Question 1

Left View of a tree

Try YourSelf

View Solution

Video Solution

Question 2

Right View of Tree

Try YourSelf

View Solution

Video Solution

Question 3

Top View of a tree

Try YourSelf

View Solution

Video Solution

Question 4

Bottom View of a tree

Try YourSelf

View Solution

Video Solution

Level 4


Question 1

Zig-Zag traversal of a binary tree

Try YourSelf

View Solution

Video Solution

Question 2

Check if a tree is balanced or not

Try YourSelf

View Solution

Video Solution

Question 3

Diagnol Traversal of a Binary tree

Try YourSelf

View Solution

Video Solution

Question 4

Boundary traversal of a Binary tree

Try YourSelf

View Solution

Video Solution

Level 5


Question 1

Construct Binary Tree from String with Bracket Representation

Try YourSelf

View Solution

Video Solution

Question 2

Convert Binary tree into Doubly Linked List

Try YourSelf

View Solution

Video Solution

Question 3

Convert Binary tree into Sum tree

Try YourSelf

View Solution

Video Solution

Question 4

Construct Binary tree from Inorder and preorder traversal

Try YourSelf

View Solution

Video Solution

Level 6


Question 1

Find minimum swaps required to convert a Binary tree into BST

Try YourSelf

View Solution

Video Solution

Question 2

Check if Binary tree is Sum tree or not

Try YourSelf

View Solution

Video Solution

Question 3

Check if all leaf nodes are at same level or not

Try YourSelf

View Solution

Video Solution

Question 4

Check if a Binary Tree contains duplicate subtrees of size 2 or more [ IMP ]

Try YourSelf

View Solution

Video Solution